home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
pcl_src.zoo
/
pclload.lsp
< prev
next >
Wrap
Text File
|
1992-07-09
|
214b
|
11 lines
(in-package "PCL")
(import 'kernel:funcallable-instance-p)
(load "pcl:defsys")
(load-pcl)
;; hack, hack...
#+nil
(ignore-errors
(with-output-to-string (*standard-output*)
(describe #'print-object)))